home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / UCB Logo 3.0 / logolib / do.while < prev    next >
Encoding:
Text File  |  1994-04-25  |  119 b   |  6 lines  |  [TEXT/JV01]

  1. .macro do.while :while.instr :while.cond
  2. op se :while.instr (list "while :while.cond :while.instr)
  3. end
  4.  
  5. bury "do.while
  6.